Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the Graphic objects in the collection that match a query string.
C++:
#include "imsigx.h"
HRESULT hr = pObject->QuerySet(Query, &prop);
Visual Basic:
prop = object.QuerySet(Query)
Parts:
Query |
BSTR |
[in] |
The query string. |
prop |
[out][retval] |
The matching Graphic objects, as a GraphicSet__Object. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums